home *** CD-ROM | disk | FTP | other *** search
- DelStale v1.1 Copyright (c) 1999 by Infinite Technologies
- =========================================================
-
- This utility deletes accounts that have been inactive for a user-specified
- number of days.
-
- This file should be copied to the WebMail, InterChange or Voice directory.
-
-
- Syntax:
-
- DelStale [ -d ] [ -i ] [ -p ] days-since-last-activity
-
-
- Parameters:
-
- -d
-
- Use this option to delete the inactive accounts. Without this option,
- the inactive users are displayed, but not deleted.
-
-
- -i
-
- By default, DelStale will not include accounts that have been inactive
- exactly 9999 days. This option overrides the default and includes these
- accounts.
-
- Versions of InterChange, WebMail, and Voice prior to November 23, 1998
- would report that never-accessed acounts had been inactive for 9999 days.
-
-
- -p
-
- Enable pass-thru mode. Normally DelStale processes accounts by scanning
- the database of defined users, when this option is set, DelStale scans
- the Users directory instead. Use this mode when users are passing-thru
- to another mail server and you haven't configured the system to
- automatically define the users.
-
-
- days-since-last-activity
-
- This is an integer value.
-
-
- Examples:
-
- Display a list of users that have been inactive 9 or more days:
-
- DelStale 9
-
-
- Delete user accounts that have been inactive 9 or more days:
-
- DelStale -d 9
-
-
- Delete user accounts that have been inactive 9 or more days, include
- accounts that have never been accessed:
-
- DelStale -d -i 9
-
-
- Delete user directories that have been inactive for 9 or more days.
-
- DelStale -d -p 9
-